object frmFavorites: TfrmFavorites Left = 293 Top = 162 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Select program from list' ClientHeight = 490 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 400 490) PixelsPerInch = 96 TextHeight = 16 object btnOK: TButton Left = 222 Top = 456 Width = 80 Height = 25 Action = acFromList Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 310 Top = 456 Width = 80 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object pcBackGround: TPageControl Left = 8 Top = 8 Width = 385 Height = 440 ActivePage = TabSheet1 Anchors = [akLeft, akTop, akBottom] TabOrder = 2 object TabSheet1: TTabSheet Caption = 'TabSheet1' object lblTitle: TLabel Left = 8 Top = 8 Width = 361 Height = 53 AutoSize = False Caption = 'Select the program that you want to have started automatically w' + 'hen Windows starts and then click OK.' WordWrap = True end object lvPrograms: TAxListView Left = 8 Top = 68 Width = 361 Height = 333 HorzScrollBar.Range = 50 VertScrollBar.Range = 10 TrackingScroll = True Sections.Font.Charset = DEFAULT_CHARSET Sections.Font.Color = clWindowText Sections.Font.Height = -11 Sections.Font.Name = 'Arial' Sections.Font.Style = [fsBold] Sections.HeaderTextOffset = 5 Sections.ItemsOffset = 5 Sections.HeaderHeight = 17 Sections = <> RowSelect = True HotTrackStyle.HighlightFont.Charset = DEFAULT_CHARSET HotTrackStyle.HighlightFont.Color = clWindowText HotTrackStyle.HighlightFont.Height = -11 HotTrackStyle.HighlightFont.Name = 'MS Sans Serif' HotTrackStyle.HighlightFont.Style = [] Style = lsHeadered Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -12 Header.Font.Name = 'Arial' Header.Font.Style = [] Header.Sections = < item ImageIndex = -1 Width = 0 AllowResize = False end item ImageIndex = -1 Width = 50 AllowResize = False end item AutoSize = True ImageIndex = -1 Text = 'Programs' Width = 311 end> Header.Height = 18 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False ParentShowHint = False TabOrder = 0 OnDblClick = lvProgramsDblClick OnDrawSubItem = lvProgramsDrawSubItem end end end object ilPrograms: TImageList BkColor = clWindow DrawingStyle = dsTransparent Height = 32 Width = 32 Left = 312 Top = 224 end object ilSelected: TImageList BkColor = clHighlight DrawingStyle = dsTransparent Height = 32 Width = 32 Left = 312 Top = 264 end object alAddPrograms: TActionList OnUpdate = alAddProgramsUpdate Left = 312 Top = 144 object acFromList: TAction Category = 'Add' Caption = 'OK' OnExecute = acFromListExecute end end end